<style>
    .navbar {
      margin-bottom: 0;
    }
    .hero-section {
      background: #5A67D8;
      color: white;
      padding: 20px 0;
      text-align: center;
    }
    .hero-section h1 {
      font-size: 3em;
      margin-bottom: 20px;
    }
  
    .custom-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjusts horizontal space */
}

.custom-container img {
    max-width: 45%; /* Adjust image width */
}

.custom-buttons {
    flex-grow: 1;
}





    </style>




<style>
  #enquiry-form-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 250px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #0003;
    z-index: 1000;
    border-radius: 8px;
  }
  #enquiry-form-wrapper h4 {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
</style>


<style>
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

table thead {
    background: #007bff;
    color: #ffffff;
}

table thead th {
    padding: 12px;
    text-align: left;
}

table tbody td {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

table tbody tr:hover {
    background: #f1f1f1;
}

table a.btn {
    margin-bottom: 5px;
    display: inline-block;
}


</style>